projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8938278
)
Fix previous change to flymake-diag-region (bug#29174)
author
João Távora
<joaotavora@gmail.com>
Fri, 10 Nov 2017 05:10:18 +0000
(
05:10
+0000)
committer
João Távora
<joaotavora@gmail.com>
Fri, 10 Nov 2017 05:10:18 +0000
(
05:10
+0000)
* lisp/progmodes/flymake.el (flymake-diag-region):
Pass line and col to commit.
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index ea63420dfae5c396e886710ce06b970c3aa5cbcf..b4ab7f223f28a3a2addb193cb42c9cdddb5693d1 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-343,7
+343,7
@@
region is invalid."
(let* ((beg (fallback-bol))
(end (fallback-eol beg)))
(cons beg end)))))))
- (error (flymake-log :warning "Invalid region line=%s col=%s")
+ (error (flymake-log :warning "Invalid region line=%s col=%s"
line col
)
nil)))
(defvar flymake-diagnostic-functions nil